{% extends 'base_dashboard.html' %} {% block title %}{{ action }} Course — Online LMS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if action == 'Create' %}Add a new course to your portfolio{% else %}Update course information{% endif %}